Skip to content

Update org README.md#1

Open
awaismalikA wants to merge 2 commits intomainfrom
dipree/org-readme
Open

Update org README.md#1
awaismalikA wants to merge 2 commits intomainfrom
dipree/org-readme

Conversation

@awaismalikA
Copy link
Copy Markdown
Owner

No description provided.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @awaismalikA, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces a comprehensive profile/README.md file, serving as an organizational profile. Its purpose is to provide a welcoming introduction to the organization, showcase its significant involvement in the open-source ecosystem, and offer valuable information and resources to visitors, fostering community engagement and transparency.

Highlights

  • New Organization Profile README: A new profile/README.md file has been added to establish an organization-level profile. This README introduces the organization, highlights its history and contributions to the open-source community, lists key open-source projects it maintains, and provides links to resources like the public roadmap, career opportunities, and a detailed section on technologies used and projects contributed to.
Changelog
  • profile/README.md
    • Added a new file to serve as the organization's public profile README.
    • Includes sections detailing the organization's history, open-source contributions, maintained projects, and an appendix with additional information and links.
Activity
  • No activity has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds a README file for the organization profile. The content is great and gives a nice overview. I've found a small typo and some formatting issues in an HTML block within the Markdown file. My suggestions aim to improve readability and correctness of the file.


![An illustration showing a variety of differently themed Octocats. Monuments from different cities are indicated in the background like the Space Needle, Berlin Fernsehturm and Transamerica Pyramid.](https://user-images.githubusercontent.com/3369400/133268513-5bfe2f93-4402-42c9-a403-81c9e86934b6.jpeg)

Yes, we are building GitHub on GitHub. In fact, we’ve been doing this since **October 19th, 2007**. That's when we made our first commit. Since then we pushed **over 2.5 million commits**, opened **over 1 million issues**, submitted roughly **650k pull requests** across **4357 repositories** from over **50 countries** 🤯. But that's just us. We are proud to be part of the work of millions of developers, companies and robots across the solar system 🪐. Yes, [Robots](https://github.com/readme/featured/nasa-ingenuity-helicopter)!
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a small typo here: a double space between 'proud' and 'to'.

Suggested change
Yes, we are building GitHub on GitHub. In fact, we’ve been doing this since **October 19th, 2007**. That's when we made our first commit. Since then we pushed **over 2.5 million commits**, opened **over 1 million issues**, submitted roughly **650k pull requests** across **4357 repositories** from over **50 countries** 🤯. But that's just us. We are proud to be part of the work of millions of developers, companies and robots across the solar system 🪐. Yes, [Robots](https://github.com/readme/featured/nasa-ingenuity-helicopter)!
Yes, we are building GitHub on GitHub. In fact, we’ve been doing this since **October 19th, 2007**. That's when we made our first commit. Since then we pushed **over 2.5 million commits**, opened **over 1 million issues**, submitted roughly **650k pull requests** across **4357 repositories** from over **50 countries** 🤯. But that's just us. We are proud to be part of the work of millions of developers, companies and robots across the solar system 🪐. Yes, [Robots](https://github.com/readme/featured/nasa-ingenuity-helicopter)!

Comment on lines +29 to +43
<details>
<summary>"Tell me more, I can't get enough!"</summary>
<br>
<ul>
<li>GitHub is built using mighty 🔨 open source technologies like <a href="https://github.com/rails">Ruby on Rails</a>, <a href="https://github.com/golang">Go</a>, <a href="https://github.com/primer/">Primer</a>, <a href="https://github.com/reactjs">React</a> and <a href="https://github.com/apache/kafka">Kafka</a> among others.</li>
<li>The three open source projects GitHub members have most contributed 👩‍💻 to are:
<ul>
<li><a href="https://github.com/microsoft/vscode">Visual Studio Code</a></li>
<li><a href="https://github.com/rails/rails">Ruby on Rails</a></li>
<li><a href="https://github.com/Homebrew">Homebrew</a></li>
</ul>
</li>
<li>By the way, our <a href="https://github.com/github/docs">documentation</a> 🤓 is also open sourced</li>
</ul>
</details>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This HTML block has some formatting issues that affect readability and correctness:

  • The <details> tag has a trailing space.
  • The <br> tag is unnecessary and can be replaced with a blank line for separation.
  • The list has inconsistent indentation and uses tabs. Using consistent spacing (e.g., 2 spaces) for indentation is recommended for better maintainability.

Here is a suggested version that addresses these points.

Suggested change
<details>
<summary>"Tell me more, I can't get enough!"</summary>
<br>
<ul>
<li>GitHub is built using mighty 🔨 open source technologies like <a href="https://github.com/rails">Ruby on Rails</a>, <a href="https://github.com/golang">Go</a>, <a href="https://github.com/primer/">Primer</a>, <a href="https://github.com/reactjs">React</a> and <a href="https://github.com/apache/kafka">Kafka</a> among others.</li>
<li>The three open source projects GitHub members have most contributed 👩‍💻 to are:
<ul>
<li><a href="https://github.com/microsoft/vscode">Visual Studio Code</a></li>
<li><a href="https://github.com/rails/rails">Ruby on Rails</a></li>
<li><a href="https://github.com/Homebrew">Homebrew</a></li>
</ul>
</li>
<li>By the way, our <a href="https://github.com/github/docs">documentation</a> 🤓 is also open sourced</li>
</ul>
</details>
<details>
<summary>"Tell me more, I can't get enough!"</summary>
<ul>
<li>GitHub is built using mighty 🔨 open source technologies like <a href="https://github.com/rails">Ruby on Rails</a>, <a href="https://github.com/golang">Go</a>, <a href="https://github.com/primer/">Primer</a>, <a href="https://github.com/reactjs">React</a> and <a href="https://github.com/apache/kafka">Kafka</a> among others.</li>
<li>The three open source projects GitHub members have most contributed 👩‍💻 to are:
<ul>
<li><a href="https://github.com/microsoft/vscode">Visual Studio Code</a></li>
<li><a href="https://github.com/rails/rails">Ruby on Rails</a></li>
<li><a href="https://github.com/Homebrew">Homebrew</a></li>
</ul>
</li>
<li>By the way, our <a href="https://github.com/github/docs">documentation</a> 🤓 is also open sourced</li>
</ul>
</details>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants